All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.TimeCodeDescription

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTHandleRef
                   |
                   +----quicktime.std.movies.media.SampleDescription
                           |
                           +----quicktime.std.qtcomponents.TimeCodeDescription

public final class TimeCodeDescription
extends SampleDescription
implements PrimitivesLib
This class maps the TimeCodeDescription record of the MovieToolbox. TimeCodeDescription are used when adding and getting media samples to/from TimeCode tracks.


Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Constructor Index

 o TimeCodeDescription()
This constructor makes an empty TimeCodeDescription object.

Method Index

 o clone()
Implementation of Cloneable Interface.
 o getEndianDescriptor()
Returns the EndianDescriptor for this class.
 o getTimeCodeDef()
Returns the current time code definition
 o setTimeCodeDef(TimeCodeDef)
Sets the values from the incoming TimeCode definition into the existing description.
 o toString()
String representation of class.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Constructors

 o TimeCodeDescription
 public TimeCodeDescription() throws QTException
This constructor makes an empty TimeCodeDescription object.

Methods

 o getEndianDescriptor
 public static EndianDescriptor getEndianDescriptor()
Returns the EndianDescriptor for this class.

Returns:
an EndianDescriptor
 o clone
 public Object clone()
Implementation of Cloneable Interface.

Overrides:
clone in class SampleDescription
 o getTimeCodeDef
 public TimeCodeDef getTimeCodeDef()
Returns the current time code definition

Returns:
time code definition
 o setTimeCodeDef
 public void setTimeCodeDef(TimeCodeDef tcd)
Sets the values from the incoming TimeCode definition into the existing description.

Parameters:
tcd - the incoming definitions.
 o toString
 public String toString()
String representation of class.

Overrides:
toString in class SampleDescription

All Packages  Class Hierarchy  This Package  Previous  Next  Index